home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / os2 / ELMC32 / ELMC32O.ZIP / PROTOCOL.INI < prev   
Encoding:
Text File  |  1991-10-30  |  1.1 KB  |  29 lines

  1.  
  2. ; Protocol.ini section for 3Com Etherlink/MC 32 Adapter Card
  3.  
  4. ; This parameter must be ELMC32$, or, in the case where multiple adapters
  5. ; are installed, ELMC32$ for first adapter, ELMC322$ for second, and so on.
  6.  
  7. DRIVERNAME = ELMC32$
  8.  
  9. ; Overrides the network address of the network adapter card.  The value of
  10. ; this entry is a hexadecimal string of 12 digits enclosed in quotation marks
  11. ; NETADDRESS = "02608C123456".
  12.  
  13. ; Specifies the slot number of where the adapter resides.  In single adapter
  14. ; configuration the driver searches for the first occurance of the adapter.
  15. ; Slot number must be specified if multiple adapters are installed.
  16. ; SLOTNUMBER = 3
  17.  
  18. ; Specifies the number of transmit queue entries in the driver. Set higher
  19. ; for servers. (default = 24, min = 8, max = 36)
  20.   MAXTRANSMITS = 30
  21.  
  22. ; Specifies the number of receive queue entries in the driver. Set higher
  23. ; for servers. (default = 14, min = 6, max = 14)
  24.   RECVBUFS = 14
  25.  
  26. ; Specifies if the adapter is configured to operate as a transparent bridge.
  27. ; (default = OFF, modes = ON/OFF)
  28. ; BRIDGE = ON
  29.